home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
A.C.E. 2
/
ACE CD 2.iso
/
FILES
/
GAMES
/
1-L
/
ARMOUR22.DMS
/
ARMOUR22.adf
/
INSTALL.AG2B
< prev
next >
Wrap
Text File
|
1992-08-23
|
473b
|
34 lines
echo ""
echo ""
echo ""
echo ""
echo " ARMOUR-GEDDON 2"
echo ""
echo "Hard Disk Installation "
echo ""
echo ""
ask "Install AG2 to the current directory (y/n) :"
if warn
echo ""
echo "Installing game disk 2"
makedir ag2
copy disk2:#? ag2/
copy ag2/floppy ag2/hdflag
echo ""
echo ""
echo "Installing game disk 3"
copy disk3:#? ag2/
delete ag2/install.ag2#?
delete install.ag2#?
echo ""
echo "Installation complete"
else
echo ""
echo ""
echo "installation aborted"
endif